Contribution org.nuxeo.ecm.webdav.auth.config--authenticators
In component org.nuxeo.ecm.webdav.auth.config
org.nuxeo.ecm.webdav.auth.config
inside nuxeo-webdav-5.8.jar
This contribution is part of XML component Extension Point
Extension point authenticators of component PluggableAuthenticationService.Contributed Items
XML Source
<extension point="authenticators" target="org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService">
<authenticationPlugin class="org.nuxeo.ecm.platform.ui.web.auth.plugins.BasicAuthenticator" enabled="true" name="WEBDAV_BASIC_AUTH">
<parameters>
<parameter name="AutoPrompt">true</parameter>
<parameter name="RealmName">Nuxeo WebDAV</parameter>
</parameters>
</authenticationPlugin>
</extension>